home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / Assign < prev    next >
Text File  |  1990-06-22  |  957b  |  67 lines

  1.  
  2.  
  3.  
  4.      Assign(31.0)      ARP Programmers Manual      Assign(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Assign - Assigns a logical device name
  10.  
  11.      SYNOPSIS
  12.       Result = Assign("name","physical")
  13.         D0            A0          A1
  14.  
  15.      FUNCTION
  16.       Assign "name"    to "physical device".  This function correctly
  17.       handles multiple calls with the same arguments, it is    not
  18.       necessary to check for previous assigns, or cancel them
  19.       before calling Assign() with a new assignment.
  20.  
  21.      INPUTS
  22.       "name" - Name    to give    to physical device.
  23.  
  24.       "physical" - Name of file or device to assign    "name".     If
  25.           name is ZERO,    remove existing    assignment.
  26.  
  27.      RESULT
  28.       Result - If return is    ASSIGN_OK, then    a DeviceInfo entry has
  29.           been created for requested name, and "name" may be
  30.           used as a synonym for    "physical".  Otherwise,    return
  31.           is an    error as documented in arpbase.[hi]
  32.  
  33.      BUGS
  34.       None known.
  35.  
  36.      AUTHOR
  37.       CDH
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.